home *** CD-ROM | disk | FTP | other *** search
- difference = _root.menu_position - arrow._x;
- arrow._x += difference / delay;
- if(_root.menu_position == 293)
- {
- temp = arrow._x + 98;
- }
- if(_root.menu_position == 98)
- {
- temp = arrow._x + 32.5;
- }
- if(_root.menu_position == -97)
- {
- temp = arrow._x - 33;
- }
- if(_root.menu_position == -292)
- {
- temp = arrow._x - 98.5;
- }
- menu._x = (- temp) * 3;
-